home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9805 / 000115_owner-linux-arm…r.rutgers.edu _Wed May 20 22:40:33 1998.msg < prev    next >
Internet Message Format  |  1998-06-02  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id WAA13544
  4.     for <willy@odie.barnet.ac.uk>; Wed, 20 May 1998 22:40:31 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id WAA12038
  7.     for <willy@bofh.ai>; Wed, 20 May 1998 22:40:31 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:29217 "EHLO vger.rutgers.edu" ident: "TIMEDOUT") by nic.funet.fi with ESMTP id <10466-503>; Thu, 21 May 1998 00:40:08 +0300
  9. Received: by vger.rutgers.edu id <977209-231>; Wed, 20 May 1998 16:52:14 -0400
  10. Received: from hermes.ex.ac.uk ([144.173.6.14]:8866 "EHLO exeter.ac.uk" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <977288-231>; Wed, 20 May 1998 16:37:24 -0400
  11. Received: from hebe [144.173.6.23] by hermes via SMTP (VAA18046); Wed, 20 May 1998 21:49:24 +0100 (BST)
  12. Date:     Wed, 20 May 1998 21:49:24 +0100 (BST)
  13. From: Phil Norman <P.C.F.Norman@exeter.ac.uk>
  14. X-Sender: py95pcfn@hebe
  15. To: John Houston <J.Houston@uea.ac.uk>
  16. cc: arm-linux <linux-arm@vger.rutgers.edu>
  17. Subject: Re: Problems with eth0
  18. In-Reply-To: <Pine.OSF.3.91.980520123338.4754A-100000@cpca4.uea.ac.uk>
  19. Message-ID: <Pine.SGI.3.91.980520213729.17966C-100000@hebe>
  20. MIME-Version: 1.0
  21. Content-Type: TEXT/PLAIN; charset=US-ASCII
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. X-Loop: majordomo@vger.rutgers.edu
  26. Status: RO
  27.  
  28. On Wed, 20 May 1998, John Houston wrote:
  29.  
  30. > I'm a new user but I've managed to install Arm Linux on my Risc PC 700 
  31. > (ARM 710 processor) finally but now I'm having problems with my Etherlan 
  32. > 600 card.  The card is recognized correctly but for some reason during 
  33. > boot up I get the message "Delaying eth0 initialization" and having 
  34. > logged in the network is unreachable.  Attempting to use ifconfig with 
  35. > eth0 gives an error about the eth0 device not existing which is a bit 
  36. > worrying.
  37.  
  38. Aha!  I know that one.  That's because either:
  39.  
  40. 1:    Your kernel doesn't have the relevant ethernet driver compiled 
  41. in, or
  42. 2:    Your kernel has the driver compiled as a module and the module 
  43. isn't loaded yet.
  44.  
  45. If it's the former, you need to compile a kernel with the correct driver 
  46. in, and if it's the latter you need to go into /lib/modules/<version 
  47. number of the kernel you're using> and do 'insmod foo.o' where foo.o is 
  48. the name of the module for your ethernet card.  Unfortunately you'll have 
  49. to do this every time you reboot in the module case, so it's easier to 
  50. shove an insmod /lib/modules/2.0.33/ether.o or similar in one of the 
  51. initialisation scripts.  Say in /etc/rc.d/init.d/network-scripts (the 
  52. path may be wrong - this is all from memory).  This should fix the problem.
  53.  
  54. Hope this helps,
  55. Phil
  56.  
  57. -- 
  58. Rule of programming #5: If a C program gives more than 50 compiler
  59.     errors, you've missed out a semicolon.
  60.  
  61. Phil Norman, mailing from Exeter University.
  62. email:    forrey@eh.org
  63. URL:    http://newton.ex.ac.uk/general/ug/norman
  64.  
  65. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu